public function duplicate( $element_id ) {
        $new_element_choice = $this->manager->create();

        foreach ( $this->to_json() as $key => $value ) {
            if ( 'id' === $key ) {