public void ConsolePrint(IPersonaje personaje)
 {
     Console.WriteLine(personaje.GetTextToPrint());
 }