getImportantOccupationGenerator method
Returns a generator for the occupation of the important people in the world settings
Implementation
@override
Generator<String> getImportantOccupationGenerator() => MultipleGenerator([
WorldImportantOccupationGenerator(),
AdventurerOccupationGenerator(),
]);