public GameController(Level level) {
   this.level = level;
   this.menu = level.getMenu();
   this.gameOver = level.getGameOver();
   this.store = level.getStore();
   this.sound.playSound("menu");
 }