public function __construct(\Mailchimp $chimp)
 {
     # make the passed Mailchimp instance available to the class
     $this->chimp = $chimp;
     # grab the standard lists array so we can access the list id's
     $this->lists = Lister::getLists();
 }