def displayCompleteInfo(self):
     print Book.getBasicInformation(self) + ", Year: " + str(self.year)