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