public void restart() {
   timer.restart();
   isRunning = true;
 }