public Nivel(int id, int precio, string nombre, string descr, Horario horario) { this.id = id; this.precio = precio; this.nombre = nombre; this.descripcion = descr; this.horario = horario; }