Retrieves the category of the member.
public String getCategory()
Returns the member's category. If the member does not have the category attribute, an empty string is returned.
This method searches the member's attributes for an instance of CategoryAttribute. If one is found, the associated category name is returned.