Filter display of group details

I would like to show only a few details from latest group: icon, title, owner, members(count) and description.

Tried with

$groups = elgg_list_entities(array(type => 'group', 'limit' => 1, 'full_view' => TRUE, 'view_type_toggle' => FALSE, 'pagination' => FALSE));

But how can I filter and separate the details to display in my view file.