protected void restart() {
   GameState.RemainingLives = 4;
   state = State.BEGIN;
   world.restartWorld(true);
 }