WordPress Author Information show paragraph?

Use wpautop()
https://codex.wordpress.org/Function_Reference/wpautop

Example

<?php
///MUST BE IN A LOOP

echo wpautop(get_the_author());
///MUST BE IN A LOOP
?>

So you will need to find out where author name are being displayed in the code.
Normally the default file is author.php