public function get_element_choices( $args = array() ) {
        if ( empty( $this->id ) ) {
            return $this->manager->get_child_manager( 'element_choices' )->get_collection( array(), 0, 'objects' );
        }