I am having a problem with solving this question:

As you can see, I have the filtering problem and I need to find a state space representation. I know how to get the state space of a SISO transfer function. But here, I am not sure how to do it. Any advice?
After a lot of searching, I think I found the solution.
The following relations ship should be used: $$ G(s)=C(sI-A)^{-1}B+D $$ and \begin{align} \dot{x}=Ax+Bu \\ y=Cx+Du \end{align}
First we find the system matrix: $$ \frac{CB}{sI-A}=\frac{1}{s+2} $$ so A=-2
Next, we find the input matrices: we can see from the diagram, that only $w$ has affect on the system. This means $b_w=1$ and $b_u=0$.
Lastly, we find the output and feed-through matrices: $$z=\frac{C_z}{s+2}=\frac{1}{s+2}$$ and also $$y=\frac{C_y+D_w(s+2)}{s+2} = \frac{s-1}{s+2}$$ from the above we have that $C_z=1$, $C_y=-3$ and $D_w=1$