Hi,
the order of fields is the same of profile, so you can't change this. To add labels you can use Joomla template override but this is complex and require PHP and Joomla knowledge. Anyway there is a workaround, you can display in user list a simple HTML delimeter that contains code to render fields (with your order) and labels, follow these steps:
1. Create field of type "HTML Delimiter" with these options:
- hidden on profile
- hidden on edit profile
- hidden on registration
2. Put in description the code like this:
Tel. {user phone_number displayed}
{user email displayed}
......
{user phone_number displayed} this will be replaced with phone number of user
{user email displayed} this will be replaced with email of user
You can find other examples and explanation of how to work our "Content Plugin" here:
https://www.easy-profile.com/docs/26-plugin-content.html