I assume those are checkbox fields. So they've a value of 1 for checked and a value of 0 or NULL for unchecked. Use the "Userlist Value Layout" parameter under Parameters > Layout to customize how those fields display on userlists. You can do this by using IF substitutions explained in the below substitution tutorial.
www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb
Example as follows would only show the checkbox on userlist if it was checked otherwise it'll have an empty value.
[cb:if FIELD_NAME="1"][value][/cb:if]
Replace FIELD_NAME with the name of your field. Leave the rest as is. Note you may also need to set "Show Empty Fields" to "No" in CB > Configuration > User Profile.