"A partition is a grouping of its elements into non-empty subsets, in such a way that every element is included in exactly one subset." (Wikipedia)
There are many partitions of the same set. You have listed some of the possible ones:
$$\mathcal{P}_1 = \Big\{ \{1,2,3,4,5,6\}\Big\} $$
$$\mathcal{P}_2 = \Big\{ \{1\},\{2\},\{3\},\{4\},\{5\},\{6\} \Big\} $$
$$\mathcal{P}_3 = \Big\{ \{1,2\},\{3,4\},\{5,6\}\Big\} $$
But there are many others:
$$\mathcal{P}_4 = \Big\{ \{1,4\},\{2\},\{3,5,6\}\Big\} $$
$$\mathcal{P}_5 = \Big\{ \{1\},\{2\},\{3,4,5,6\}\Big\} $$
$$\mathcal{P}_6 = \Big\{ \{1,2\},\{3\},\{4\},\{5,6\}\Big\} $$
and so on.