public RoleResponseElement(Role role) {
   _name = role.getName();
   _description = role.getDescription();
   _type = role.getTypeLabel();
 }