StyledLabel tagsLabel = new StyledLabel("grouplabel", uiText.YourLists());
StyledLabel tagsInstruction = new StyledLabel("instruction",
uiText.AddOrRemovePerson());
// EditableTagsList manageTags = new EditableTagsList(jid);
OswService service = OswServiceFactory.getService();
RosterItem rosterItem = service.getRoster().getItem(jid);
ListSelector listSelector = new ListSelector(rosterItem);
sectionLists.add(tagsLabel);
sectionLists.add(tagsInstruction);