but, isn't a simple select. The options come from DB data, i need that value to show is a label and the value to send from the form is the own id to that label.
It is easier to use DB calls for that, and not ORM calls, the ORM isn't really suitable as a query builder, and doesn't have the options to easily return values in the correct format,
Using DB:
// get the list of users in an id => fullname format