/**
 * Function to get the list of all existing roles
 *
 * @return roles list
 */
 public function getRoleNames( $parameters = null){
     $parameters = new GetRoleNames();
     return $this->serviceStub->getRoleNames( $parameters)->return;
 }