Re: Wanting to add to
The template file you’re looking for is bp-default/members/single/member-header.php
There are a couple hooks in there that you could use:
bp_before_member_header
bp_before_member_header_meta
bp_profile_header_meta
bp_after_member_header
You’ll have to take a look yourself and determine which works best for your application.