public VistaEleccionJuego(Vista vistaAnterior) {

    this.vistaAnterior = vistaAnterior;
    this.modelo = vistaAnterior.getModelo();
    this.stage = vistaAnterior.getStage();
    this.initialize();
  }