The one major disadvantage of using something like your DictObj is you either have to limit allowable keys or you can't have methods on your DictObj such as `.keys()`, `.values()`, `.items()`, etc.