this.addItem(allContacts);
this.addItem(myCircles);
// Receive list of friends
ContactsServiceAsync service = CircleOfContacts.getContactsService();
service.getContactGroupSummaries(new AsyncCallback<List<ContactGroupSummaryView>>() {
@Override
public void onFailure(Throwable caught) {
Window.alert("Freundeslisten konnten nicht gelesen werden.");
}