Okay for anyone, searching this
For Example to add the firstname from the WP User Info add
<?php $user_info = get_userdata( bbp_get_reply_author_id() ); echo $user_info->first_name . "\n";?>
in ‘loop-single-reply.php’ somewhere between Line 41 and 59.