Would be useful to cast to dict, e.g. ```python w = dict(WHOIS("google.com")) ``` ```python >>> {'creation_date': '1997-09-15', 'registrar': 'MarkMonitor Inc.'} ```