Yeah but it looks like all of that is for the “Author” of the page and not just for the logged in user.
I did find the code to get what I was looking for, after lots of searching and errors I have it.
Thanks
Image
<?php echo get_avatar( $current_user->ID, 150, true ); ?>
<?php echo $current_user->user_description; ?>