public function WorkflowGetCategories()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::WorkflowGetCategories();
     $this->methodClose();
     return $this->decodeString($results->root);
 }