public function getObject($id, $commandArguments)
 {
     return parent::getObject(array_merge(array('id' => $id), $commandArguments));
 }