ArrayHelper::map(User::find()->all(), 'id', 'name')
Object is the base class that implements the property feature.
It has been replaced by yii\base\BaseObject in version 2.0.13 because object has become a reserved word which can not be used as class name in PHP 7.2.
Please refer to yii\base\BaseObject for detailed documentation and to the UPGRADE notes on how to migrate your application to use yii\base\BaseObject class to make your application compatible with PHP 7.2.