Restituisce tutti i libri come lista non ordinata.
List<Libro> getLibri() { return _libri.values.toList(); }