public function registerBaby(Baby $baby)
 {
     return $this->call('registerBaby', $baby->getSoapParams());
 }