public function getUsers()
 {
     $wrapper = new WufooApiWrapper($this->apiKey, $this->subdomain, $this->domain);
     return $wrapper->getUsers();
 }