def pluralize(self): '''Return the plural version of the word as a string.''' return Word(_pluralize(self.string))