public override void OnInspectorGUI()
{
_list.DoLayoutList();
serializedObject.ApplyModifiedProperties();
}
private void DoUndo()