@Override
 public String toString() {
   if (book != null) {
     return book.toString();
   }
   return name;
 }