Raphael, you should go to /ow_plugins/groups/controllers/groups.php file, search for the displayGroupList function and replace this string:
'content' => strip_tags($item->description),
with this one:
'content' => UTIL_String::truncate(strip_tags($item->description), 200, '...'),