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