// Overriding "start()"
 public void start() {
   running = true;
   super.start();
 }